Keysight VISA.NET Help
ReadListOfSingle(Single[],Int64,Int64) Method



An array of single precision reals allocated by the calling program.
The index in the output data array where the first element is stored.
The maximum number of elements to read from the list.
Read a comma separated list of single precision reals from the formatted I/O read buffer and store a maximum of count elements into data starting at index.
Syntax
'Declaration
 
Overloads Function ReadListOfSingle( _
   ByVal data() As Single, _
   ByVal index As Long, _
   ByVal count As Long _
) As Long
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As Single
Dim index As Long
Dim count As Long
Dim value As Long
 
value = instance.ReadListOfSingle(data, index, count)
long ReadListOfSingle( 
   float[] data,
   long index,
   long count
)
int64 ReadListOfSingle( 
   array<float>^ data,
   int64 index,
   int64 count
) 

Parameters

data
An array of single precision reals allocated by the calling program.
index
The index in the output data array where the first element is stored.
count
The maximum number of elements to read from the list.

Return Value

The actual number of elements read from the list.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025